-
1 predefined numeric constant
Вычислительная техника: предопределённая числовая константаУниверсальный англо-русский словарь > predefined numeric constant
-
2 predefined numeric constant
English-Russian information technology > predefined numeric constant
-
3 constant
1) (const) - константа, постоянная величинав программировании - величина, значение которой остаётся неизменным во время выполнения программы. Может использоваться в качестве операнда, параметра и т. п. С точки зрения компилятора - константы - это данные, присутствующие непосредственно в исходном тексте программы. В зависимости от типа данных константы могут быть численными, логическими, знаковыми, строковыми и т. д. В отличие от переменных константы могут храниться в ПЗУAnt:см. тж. address constant, Boolean constant, character constant, constant declaration, constant folding, constant propagation, constant variable, floating point constant, hexadecimal constant, literal, numeric constant, octal constant, named constant, predeclared constant, predefined constant, string constant, symbolic constant, typed constant2) постоянный, не изменяющийсянапример, with constant performance - с постоянной производительностью; constant dimensions - постоянные размерности (массива)3) константныйАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > constant
См. также в других словарях:
Windows Registry — The Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low level operating system components as well as the applications running on the… … Wikipedia
Document Type Definition — (DTD) is a set of markup declarations that define a document type for SGML family markup languages (SGML, XML, HTML). DTDs were a precursor to XML schema and have a similar function, although different capabilities. DTDs use a terse formal syntax … Wikipedia
ABAP — Infobox programming language name = ABAP/4 logo = paradigm = Object oriented, structured, imperative year = 1980s designer = SAP AG typing = Static, strong, safe, nominative implementations = SAP R/2,SAP R/3 dialects = influenced by = Objective C … Wikipedia
Assembly language — See the terminology section below for information regarding inconsistent use of the terms assembly and assembler. Motorola MC6800 Assembly Language An assembly language is a low level programming language for computers, microprocessors,… … Wikipedia
C preprocessor — The C preprocessor (cpp) is the preprocessor for the C and C++ computer programming languages. The preprocessor handles directives for source file inclusion (#include), macro definitions (#define), and conditional inclusion (#if). In many C… … Wikipedia
Keyboard layout — QWERTY keyboard on a laptop. A keyboard layout is any specific mechanical, visual, or functional arrangement of the keys, legends, or key–meaning associations (respectively) of a computer, typewriter, or other typographic keyboard. Mechanical… … Wikipedia
PL/SQL — infobox programming language name = paradigm = imperative (procedural) year = designer = developer = Oracle Corporation latest release version = latest release date = latest test version = latest test date = typing = implementations = dialects =… … Wikipedia
Exception handling — is a programming language construct or computer hardware mechanism designed to handle the occurrence of exceptions, special conditions that change the normal flow of program execution. Programming languages differ considerably in their support… … Wikipedia